home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE19 / CLINIC / OCXU1.DFM / OCXU1.txt
Encoding:
Text File  |  1996-10-23  |  621 b   |  33 lines

  1. object MainForm: TMainForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 243
  5.   Height = 120
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Main Form'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Button1: TButton
  15.     Left = 16
  16.     Top = 16
  17.     Width = 201
  18.     Height = 25
  19.     Caption = 'Show with no registration'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Button2: TButton
  24.     Left = 16
  25.     Top = 56
  26.     Width = 201
  27.     Height = 25
  28.     Caption = 'Register and show'
  29.     TabOrder = 1
  30.     OnClick = Button2Click
  31.   end
  32. end
  33.